You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > ScaleCols Method > TMtx.ScaleCols Method ([In] TMtx, [In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.ScaleCols Method ([In] TMtx, [In] TVec)

Scale all Mtx matrix columns with values from Src.

Syntax
C#
Visual Basic
public TMtx ScaleCols([In] TMtx Mtx, [In] TVec Src);

Src.Length must be equal to Mtx.Cols. The result is stored in to the calling matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!